* bytecode.c (exec_byte_code): Use some more volatile variables
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2013 06:51:50 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2013 06:51:50 +0000 (23:51 -0700)
commit2d38766ebbf55699fc3f2cdea1db4cfd6ad6d612
tree2a4d052a511996153969ce622453be55b7e83c54
parentc2ad69dade65546344dbe0ee32d03b3d5d2cf47c
* bytecode.c (exec_byte_code): Use some more volatile variables

to work around local variables getting clobbered by longjmp.
Port to pre-C99, which doesn't allow decls after stmts.
src/ChangeLog
src/bytecode.c